Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
SByteN INumeric<SByteN>.RightShift(
int count
)
Private Function RightShift (
count As Integer
) As SByteN Implements INumeric(Of SByteN).RightShift
private:
virtual SByteN RightShift(
int count
) sealed = INumeric<SByteN>::RightShift
private abstract RightShift :
count : int -> SByteN
private override RightShift :
count : int -> SByteN